home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 027a / clip5new.zip / CHGSIN.TXT
Text File  |  1990-10-03  |  5KB  |  126 lines

  1. CLIPPER 5.0a SUMMARY SHEET  Version 1.0
  2.  
  3. September 30, 1990
  4.  
  5. NEW COMMANDS/FUNCTIONS/STATEMENTS
  6.  
  7.  
  8. FUNCTIONS
  9. ---------
  10. AADD()         Add a new element to the end of an array
  11. ACLONE()       Duplicate a nested or multi-dimensional array
  12. AEVAL()        Execute a code block for each element in an array
  13. ARRAY()        Create an uninitialized array of specified length
  14. ASIZE()        Grow or shrink an array
  15. BREAK()        Branch out of a BEGIN SEQUENCE...END construct
  16. BROWSE()       Browse records within a window
  17. DBCREATE()     Create a database file from a database structure array
  18. DBEVAL()       Evaluate a code block for records matching a scope/condition
  19. DBSTRUCT()     Create an array containing the structure of a database file
  20. DEVOUT()       Write a value to the current device
  21. DEVPOS()       Move the device cursor or printhead to a new position
  22. DIRECTORY()    Create an array of directory and file information
  23. DISPOUT()      Write a value to the display
  24. ERRORBLOCK()   Post a code block to execute when a runtime error occurs
  25. EVAL()         Evaluate a code block
  26. FERASE()       Delete a file from disk
  27. FIELDBLOCK()   Return a set-get code block for a field variable
  28. FIELDGET()     Retrieve the value of a field variable
  29. FIELDPUT()     Set the value of a field variable
  30. FIELDWBLOCK()  Return a set-get block for a field in a given work area
  31. FRENAME()      Change the name of a file
  32. GETACTIVE()    Return the currently active Get object
  33. ISDIGIT()      Determine if left-most character in a string is a digit
  34. MAXCOL()       Determine the maximum visible screen column
  35. MAXROW()       Determine the maximum visible screen row
  36. MEMVARBLOCK()  Return a set-get code block for a given memory variable
  37. NOSNOW()       Toggle snow suppression
  38. OUTERR()       Write a list of values to the standard error device
  39. OUTSTD()       Write a list of values to the standard output device
  40. QOUT()         Display a list of expressions to the console
  41. READMODAL()    Activate a full-screen editing mode for a GetList
  42. SET()          Inspect or change a global setting
  43. SETBLINK()     Toggle asterisk (*) interpretation in SETCOLOR()
  44. SETCURSOR()    Set the cursor shape
  45. SETKEY()       Assign an action block to a key
  46. SETMODE()      Change display mode to specified number of rows, columns
  47. SETPOS()       Move the cursor to a new position
  48. SETPRC()       Set PROW() and PCOL() values
  49. VALTYPE()      Determine the data type returned by an expression
  50.  
  51. COMMANDS
  52. --------
  53. SET EPOCH      Control interpretation of dates with no century
  54.  
  55.  
  56. STATEMENTS
  57. ----------
  58. LOCAL          Declare and initialize local variables and arrays
  59. MEMVAR         Declare private and public variable names
  60. STATIC         Declare and initialize static variables and arrays
  61.  
  62.  
  63. CLIPPER 5.0a
  64.  
  65. Compatibility COMMANDS/FUNCTIONS/STATEMENTS
  66.  
  67.  
  68. S'87                   5.0 Alternatives
  69.  
  70.  
  71. FUNCTIONS              
  72. ---------
  73.  
  74. ADIR()                 DIRECTORY()
  75. AFIELDS()              DBSTRUCT()
  76. DBEDIT()               TBROWSE class
  77. DBF()                  ALIAS()
  78. FKLABEL()              
  79. FKMAX()                
  80. MOD()                  % (modulus operator)
  81. READKEY()              LASTKEY()
  82. RECCOUNT()             LASTREC()
  83. WORD()                 Extend System
  84.  
  85. COMMANDS
  86. --------
  87.  
  88. CALL                   Extend System
  89. CANCEL                 QUIT
  90. CLEAR ALL              CLOSE,RELEASE, etc.
  91. DIR                    DIRECTORY()
  92. FIND                   SEEK()
  93. NOTE                   (/*) (//) (*) (&&)
  94. RESTORE SCREEN         RESTSCREEN()
  95. SAVE SCREEN            SAVESCREEN()
  96. SET COLOR              SETCOLOR()
  97. SET EXACT              
  98. SET EXCLUSIVE          USE <dbfname> ... EXCLUSIVE
  99. SET FORMAT     
  100. SET PROCEDURE          #INCLUDE and compiler script (*.clp)
  101. SET UNIQUE             UNIQUE clause in INDEX
  102. STORE                  (=) or (:=)
  103. TEXT                   MEMOLINE() and MLCOUNT()
  104. WAIT                   @...GET/READ and INKEY()
  105.  
  106.  
  107. STATEMENTS
  108. ----------
  109.         
  110. DECLARE                PRIVATE
  111. DO                     See manual for details on this
  112.  
  113.  
  114.  
  115. NOTE: The above information was gleaned from the Norton Guide
  116. Clipper 5.0a system.  I compiled this as a quick reference in
  117. an endeavor to learn quickly what 5.0 has to offer in the way
  118. of new commands, functions, statements and compatibilities. I
  119. did this in about an hour and it is subject to error.  If any
  120. of you find some, let me know so we can keep this up to date!
  121.  
  122. Enjoy and see you all here in Orlando at DevCon!
  123.  
  124. H. Lee Siddons, Jr.
  125. 71210,3503
  126.